check if session variable exists php

34

if (isset($_SESSION['errors']))
{
    //Do stuff
}

Comments

Submit
0 Comments